![]() |
UncaptureComponent |
||||
Header: | Components.h | Carbon status: | Supported | |
Allows your component to uncapture a previously captured component.
OSErr UncaptureComponent ( Component aComponent );
The component to be uncaptured. Your component obtains this identifier from the CaptureComponent function. You can use a component instance here, but you must coerce the data type appropriately.
A result code.
This function restores the specified component to the list of available components. Applications can then access the component and retrieve information about the component using Component Manager functions.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)